Skip to content

Release 2026-06-11#2416

Merged
GarrettBeatty merged 3 commits into
devfrom
releases/next-release
Jun 11, 2026
Merged

Release 2026-06-11#2416
GarrettBeatty merged 3 commits into
devfrom
releases/next-release

Conversation

@aws-sdk-dotnet-automation

Copy link
Copy Markdown
Collaborator

Release 2026-06-11

Amazon.Lambda.DurableExecution (0.0.1-preview)

  • Thread CancellationToken into every user Func accepted by IDurableContext (StepAsync, RunInChildContextAsync, WaitForCallbackAsync, WaitForConditionAsync). The token links the caller-supplied cancellation token with an SDK-owned workflow-shutdown signal so user step bodies unwind cleanly when the workflow is being torn down. Cancellation via the linked token is not checkpointed; user-thrown OperationCanceledException unrelated to the linked token continues to be treated as a normal step failure.
  • Initial preview release of the Durable Execution SDK for .NET. Build long-running Lambda workflows with automatic checkpointing via , , , , and on .
  • Add WaitForConditionAsync polling primitive: IDurableContext.WaitForConditionAsync, IConditionCheckContext, WaitForConditionConfig, IWaitStrategy, WaitDecision, WaitStrategy factory (Exponential/Linear/Fixed/FromDelegate), and WaitForConditionException with AttemptsExhausted and LastState

@aws-sdk-dotnet-automation aws-sdk-dotnet-automation added the Release PR A Release PR that includes versioning and changelog changes label Jun 11, 2026
@GarrettBeatty GarrettBeatty merged commit 6ee6a48 into dev Jun 11, 2026
13 of 14 checks passed
@AlexDaines AlexDaines deleted the releases/next-release branch June 11, 2026 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release PR A Release PR that includes versioning and changelog changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants